Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / GetFormula Method / GetFormula(CellRange[],Boolean,Boolean,Boolean,SheetView) Method


In This Topic
    GetFormula(CellRange[],Boolean,Boolean,Boolean,SheetView) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal cellRanges() As CellRange, _
       ByVal fromModel As Boolean, _
       ByVal rowAsRelative As Boolean, _
       ByVal columnAsRelative As Boolean, _
       ByVal excludeSheetView As SheetView _
    ) As String
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim cellRanges() As CellRange
    Dim fromModel As Boolean
    Dim rowAsRelative As Boolean
    Dim columnAsRelative As Boolean
    Dim excludeSheetView As SheetView
    Dim value As String
     
    value = instance.GetFormula(cellRanges, fromModel, rowAsRelative, columnAsRelative, excludeSheetView)

    Parameters

    cellRanges
    fromModel
    rowAsRelative
    columnAsRelative
    excludeSheetView
    See Also